QueueJob members
Queues a project for publishing.
The QueueJob type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueueJob | Creates a new instance of the QueueJob class. |
Top
Properties
Name | Description | |
---|---|---|
Context | (Inherited from ClientObject.) | |
Id | Gets the GUID of the queue job. | |
JobState | Gets the current progress of a job that is queued. | |
MessageType | Gets the queue message type, for sending a job to the Project Server Queue System.. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
PercentComplete | Gets the percentage complete value for the queue job. | |
Project | Gets the project that is queued. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Submitter | Gets the resource that submitted the queue job. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) | |
WaitTime | Gets the expected wait time before the queue job will complete. |
Top
Methods
Name | Description | |
---|---|---|
Cancel | Cancels the queue job. | |
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top