Show / Hide Table of Contents

Enum WorkerStatus

Whether the AbortableBackgroundWorker is idle, stopping or working.

Namespace: RuriLib.Runner
Assembly: RuriLib.dll
Syntax
public enum WorkerStatus

Fields

Name Description
Idle

The Worker is not working.

Running

The Worker is working.

Stopping

The Worker is cancelling its work.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX