Periodicity Actions
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | this is configuration about Opengate North API. |
| taskId | string |
❌ | Identifier of the periodicity on which the action will be carried out |
activate()
This invoke a request to OpenGate North API and the callback is managed by promises This function active periodicity of an operation
Retorna
Tip
Tipo: Promise
Ejemplos
cancel()
This invoke a request to OpenGate North API and the callback is managed by promises This function cancel a periodicity
Retorna
Tip
Tipo: Promise
Ejemplos
pause()
This invoke a request to OpenGate North API and the callback is managed by promises This function pauses a periodicity
Retorna
Tip
Tipo: Promise