Preparing search index...
The search index is not available
RSX Code Reference
rsx
WatchdogAction
Class WatchdogAction
Represents a single action taken by the watchdog.
Hierarchy
FrameworkObject
WatchdogAction
Index
Constructors
constructor
Accessors
message
progress
resourceUUID
responsible
UserID
state
timestamp
type
Constructors
Protected
constructor
new
Watchdog
Action
(
isInternalConstructor
?
)
:
WatchdogAction
Parameters
Optional
isInternalConstructor
:
boolean
Returns
WatchdogAction
Accessors
message
get
message
(
)
:
string
Returns
string
progress
get
progress
(
)
:
WatchdogOperationProgress
Returns
WatchdogOperationProgress
resourceUUID
get
resourceUUID
(
)
:
UUID
Returns
UUID
responsible
UserID
get
responsibleUserID
(
)
:
UUID
Returns
UUID
state
get
state
(
)
:
EnumValue
<
WatchdogActionState
,
number
>
Returns
EnumValue
<
WatchdogActionState
,
number
>
timestamp
get
timestamp
(
)
:
number
Returns
number
type
get
type
(
)
:
EnumValue
<
WatchdogActionType
,
number
>
Returns
EnumValue
<
WatchdogActionType
,
number
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
message
progress
resourceUUID
responsible
UserID
state
timestamp
type
RSX Code Reference
Loading...
Represents a single action taken by the watchdog.