ObjectType:taskpulseargs

From Lavish Software Wiki
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