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