ServiceManagerJobStatusValue Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines the status of a Service Manager job

Namespace: ContentStudio.EventActions
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum JobStatusValue
Members

  Member nameValueDescription
New0 The job has been submitted but has not yet been assigned to any worker thread.
Assigned1 A worker thread has been assigned to the job but not yet started it. This is an intermediate status that has meaning to the Content Studio infrastructure only.
InProgress2 The job has started and is currently executing.
Completed100 The job has been completed successfully.
CompletedWithError101 The job has been completed but an error occurred
Interrupted102

The job has been interrupted by an administrator.

This member is new in CS 5.2

See Also

Reference