Table of Contents

Enum JobStatus

Namespace
Apache.Ignite.Compute
Assembly
Apache.Ignite.dll

Compute job status.

public enum JobStatus

Fields

Canceled = 5

The job was successfully cancelled.

Canceling = 4

The job has received the cancel command, but is still running.

Completed = 3

The job was executed successfully and the execution result was returned.

Executing = 1

The job is being executed.

Failed = 2

The job was unexpectedly terminated during execution.

Queued = 0

The job is submitted and waiting for an execution start.