Difference between revisions of "ObjectType:taskpulseargs"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "{{ObjectType-Vitals|taskpulseargs|LavishScript|none|taskpulseargs|none|no|void*}} == Description == See Tasks == Members == * ObjectType:task...")
 
(No difference)

Latest revision as of 17:36, 10 March 2019

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