public enum ImportJob.Types.ImportJobStateReference documentation and code samples for the Migration Center v1 API enum ImportJob.Types.ImportJobState.
Enumerates possible states of an import job.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Fields | 
      |
|---|---|
| Name | Description | 
Completed | 
        The import job processing has completed.  | 
      
Failed | 
        The import job failed to be processed.  | 
      
FailedValidation | 
        The import job contains blocking errors.  | 
      
Pending | 
        The import job is pending.  | 
      
Ready | 
        The validation of the job completed with no blocking errors.  | 
      
Running | 
        The processing of the import job is ongoing.  | 
      
Unspecified | 
        Default value.  | 
      
Validating | 
        The import job is being validated.  |