ES_CONTINUOUS top-level constant

  1. @Deprecated('Use EXECUTION_STATE.ES_CONTINUOUS instead')
int const ES_CONTINUOUS

Informs the system that the state being set should remain in effect until the next call that uses ES_CONTINUOUS and one of the other state flags is cleared.

Implementation

@Deprecated('Use EXECUTION_STATE.ES_CONTINUOUS instead')
const ES_CONTINUOUS = 0x80000000;