AsyncOperation_AsyncStatus$json top-level constant
- @Deprecated('Use asyncOperationDescriptor instead')
Implementation
@$core.Deprecated('Use asyncOperationDescriptor instead')
const AsyncOperation_AsyncStatus$json = {
'1': 'AsyncStatus',
'2': [
{'1': 'Unknown', '2': 0},
{'1': 'Pending', '2': 1},
{'1': 'Running', '2': 2},
{'1': 'Completed', '2': 3},
{'1': 'Failed', '2': 4},
{'1': 'Scheduled', '2': 5},
],
};