Manages and provides access to metadata related to task arguments and run types.

Constructors

Accessors

  • get taskArguments(): undefined | Record<string, string | number | boolean>
  • Retrieves the current task arguments from global metadata.

    Returns undefined | Record<string, string | number | boolean>

    Static

  • set taskArguments(value): void
  • Sets the task arguments in global metadata.

    Parameters

    • value: undefined | Record<string, string | number>

      The task arguments to be set.

    Returns void

    Static

Generated using TypeDoc