ObjectType:taskpulseargs

From Lavish Software Wiki
Revision as of 17:36, 10 March 2019 by Lax (talk | contribs) (Created page with "{{ObjectType-Vitals|taskpulseargs|LavishScript|none|taskpulseargs|none|no|void*}} == Description == See Tasks == Members == * ObjectType:task...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
taskpulseargs
Defined By LavishScript
Inherits none
Reduces To taskpulseargs
Variable Object Type none
Uses Sub-Types no
C/C++ Type void*

Description

See Tasks

Members

  • task Task: The current Task instance to process
  • int64 Timestamp: Current Timestamp value, as can be compared to task.StartTimestamp and task.LastFrameTimestamp
  • uint ElapsedMS: Elapsed time, in milliseconds, since the Task started
  • elmactaskstate TaskState: One of Start, Continue, or Stop. This indicates the current state of the Task.
  • unistring Error: The Error, if any, as would be set by taskpulseargs:SetError

Methods

  • SetError[text]: Sets error text associated with the Task

Examples

See Also

LavishScript Object Types