Lua API
On this page
ActionOptions
Inherits from
Options for Queue Actions
Fields:
MaxRetryCount number
Maximum number of times to retry this action. -1 retries forever.
Name string
A friendly name for this action. Used for debugging.
Priority number
Custom priority, by default actions will self-assign a priority
TimeoutMilliseconds number
The timeout in milliseconds for this action to fail. When retrying an action, the Timeout is reset.
Constructors:
New() :
Create a new instance of ActionOptions
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns:string