fferpcore.ihcc_IPausableIntegrationglobal interface ihcc_IPausableIntegration Interface that Integration business logic classes may implement if they are pausable. A paused integration can still enqueue items but no process will run whilst paused. MethodsintegrationIsPausedBoolean integrationIsPaused() If the integration is paused the implementation should return true, otherwise return false |