Class BulkSuspendJobStatus
Coarse job state. Live row progress and report contents are intentionally omitted; callers receive row details in the terminal email report.
Inheritance
BulkSuspendJobStatus
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendJobStatus
Constructors
View SourceBulkSuspendJobStatus()
Initializes a new instance of the BulkSuspendJobStatus class.
Declaration
public BulkSuspendJobStatus()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public BulkSuspendJobStatus.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendJobStatus.Complete |
AsFailed
Gets this instance as a Failed, or null.
Declaration
public BulkSuspendJobStatus.Failed AsFailed { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendJobStatus.Failed |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public BulkSuspendJobStatus.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendJobStatus.InProgress |
AsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendJobStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendJobStatus.Other |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFailed
Gets a value indicating whether this instance is Failed
Declaration
public bool IsFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |