Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IUpdateJobTimeoutCommandStep2 | Timeout (TimeSpan timeout) |
Update the timeout for this job. | |
IUpdateJobTimeoutCommandStep2 Zeebe.Client.Api.Commands.IUpdateJobTimeoutCommandStep1.Timeout | ( | TimeSpan | timeout | ) |
Update the timeout for this job.
If the job's timeout is set to zero, the job will be directly retried.
timeout | The duration of the new timeout as a TimeSpan, starting from the current moment. |