Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToolTimeLimitProperties

Auto-generated interface for https://w3id.org/cwl/cwl#ToolTimeLimit

Set an upper limit on the execution time of a CommandLineTool. A CommandLineTool whose execution duration exceeds the time limit may be preemptively terminated and considered failed. May also be used by batch systems to make scheduling decisions. The execution duration excludes external operations, such as staging of files, pulling a docker image etc, and only counts wall-time for the execution of the command line itself.

Hierarchy

Implemented by

Index

Properties

Optional class_

class_?: TOOLTIMELIMIT

Always 'ToolTimeLimit'

Optional extensionFields

extensionFields?: Dictionary<any>

timelimit

timelimit: string | number

The time limit, in seconds. A time limit of zero means no time limit. Negative time limits are an error.

Generated using TypeDoc