Skip to content

Class: task

Task state and task type constants.

Source

C++ class task

Custom Constructor

task

Remarks

State and type constants share one native export. Use the matching subset for each API.

Properties

additional

ts
readonly static additional: 1;

Engine enum value for task.additional.


completed

ts
readonly static completed: 2;

Engine enum value for task.completed.


fail

ts
readonly static fail: 0;

Engine enum value for task.fail.


in_progress

ts
readonly static in_progress: 1;

Engine enum value for task.in_progress.


insignificant

ts
readonly static insignificant: 2;

Engine enum value for task.insignificant.


storyline

ts
readonly static storyline: 0;

Engine enum value for task.storyline.


task_dummy

ts
readonly static task_dummy: 65535;

Engine enum value for task.task_dummy.