Table of Contents

Enum TaskStatus

Namespace
Ceres.Tasks
Assembly
Ceres.dll
public enum TaskStatus

Fields

Completed = 2

Task is completed and wait to broadcast complete event

Paused = 1

Task is paused and will be ignored

Running = 0

Task is enabled to run and can be updated

Stopped = 3

Task is stopped and will not broadcast complete event