Interface ScriptExecution.UpdateStages.WithTimeout

All Known Subinterfaces:
ScriptExecution.Update
Enclosing interface:
ScriptExecution.UpdateStages

public static interface ScriptExecution.UpdateStages.WithTimeout
The stage of the ScriptExecution update allowing to specify timeout.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the timeout property: Time limit for execution.
  • Method Details

    • withTimeout

      ScriptExecution.Update withTimeout(String timeout)
      Specifies the timeout property: Time limit for execution.
      Parameters:
      timeout - Time limit for execution.
      Returns:
      the next definition stage.