Bases: object
Informs the freezer service that the job has ended. Provides information about the job’s result and the session tag
| Parameters: |
|
|---|---|
| Returns: |
Informs the api that the client is starting the session identified by the session_id and request the session_tag to be incremented up to the requested value. The returned session_id could be:
- current_tag + 1 if the session has started
- > current_tag + 1 if the action had already been started by some other node and this node was out of sync
| Parameters: |
|
|---|---|
| Returns: | the response obj: { result: string ‘running’ or ‘error’,
|