C# Class Amazon.Batch.Model.CancelJobRequest

Container for the parameters to the CancelJob operation. Cancels jobs in an AWS Batch job queue. Jobs that are in the SUBMITTED, PENDING, or RUNNABLE state are cancelled. Jobs that have progressed to STARTING or RUNNING are not cancelled (but the API operation still succeeds, even if no jobs are cancelled); these jobs must be terminated with the TerminateJob operation.
Inheritance: AmazonBatchRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetJobId ( ) : bool
IsSetReason ( ) : bool