FellowQuitAction
Fields:
ActionType ActionType
The type of action this is. This determines its priority if Options.Priority is not set.
CurrentRetryCount number
The current number of retries this action has needed.
Disband boolean
Wether or not the fellowship was disbanded when you quit
Error ActionError
The error this action currently has, if any
ErrorDetails string
More details about the error, if available
FinishedAt DateTime
The datetime (utc) that this action was finished at. Check IsFinished first.
IsFinished boolean
True if this action is finished
IsRunning boolean
True is this action is currently running
IsRunningPreconditions boolean
True is this action is currently running preconditions
IsStarted boolean
True is this action has been started
Name string
Friendly name of this action. Used for debugging.
Options ActionOptions
Options for this action
Priority number
The priority of this action. Higher number is higher priority
StartedAt DateTime
The datetime (utc) that this action was started at. Note that this is not updated until preconditions have all ran.
Success boolean
Wether or not this action was successful. Check IsFinished before checking this.
Constructors:
New(disband: boolean, options?: ActionOptions = nil) :
Methods:
Await() : QueueAction
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
ToString() : string
Returns a string that represents the current object.