Show / Hide Table of Contents

Enum WindowsScheduledTask.Types.TaskState

Enum representing the operation state of the task.

Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum WindowsScheduledTask.Types.TaskState

Fields

Name Description
Active

The task is ready to be executed, but no instances are queued or running.

Disabled

The task is registered but is disabled and no instances of the task are queued or running. The task cannot be run until it is enabled.

Queued

Instances of the task are queued.

Running

One or more instances of the task are running.

Unspecified

The state of the task is unknown or not specified.

In this article
Back to top Generated by DocFX