Core API Reference: Entity Task Status
From Color Infection Wiki
Contents |
Set Task Status
Set the task status of an entity. Please read Entity As a Task to learn more.
Input Parameters:
- The Entity
- entity
- Task Status
- the task status, 0 means failed, 1 means successed, 2 means unfinished.
Output Parameters:
- (none)
Is Task Failed?
Whether or not the task status of an entity is failed. Please read Entity As a Task to learn more.
Input Parameters:
- The Entity
- entity
Output Parameters:
- Failed?
- failed or not
Is Task Successed?
Whether or not the task status of an entity is successed. Please read Entity As a Task to learn more.
Input Parameters:
- The Entity
- entity
Output Parameters:
- Successed?
- successed or not
Is Task Unfinished?
Whether or not the task status of an entity is unfinished. Please read Entity As a Task to learn more.
Input Parameters:
- The Entity
- entity
Output Parameters:
- Unfinished?
- unfinished or not