Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.IUpdateJobTimeoutCommandStep1 Interface Reference

Public Member Functions

IUpdateJobTimeoutCommandStep2 Timeout (TimeSpan timeout)
 Update the timeout for this job.
 

Member Function Documentation

◆ Timeout()

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.

Parameters
timeoutThe duration of the new timeout as a TimeSpan, starting from the current moment.
Returns
The builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

The documentation for this interface was generated from the following file: