Click or drag to resize

TaskWorkerStatus enumeration

Enumeration type for various task states.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.TaskWorker (in NetEti.TaskWorker.dll) Version: 1.0.0+bef1165e3f26a8e8b98fdf687859f92963581afa
Syntax
public enum TaskWorkerStatus
Member
Member nameValueDescription of the
Ready0Can be started.
Running1Running right now.
Held2If stopped, can be reactivated with ContinueTask.
See also