Wait for Higher Priority Executions
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Wait for Higher Priority Executions

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Wait for Higher Priority Executions

Waits for executions with a higher priority to complete. If the current execution has no explicitly set priority, the priority will be set to zero.

Script usage:

Wait-For-Higher-Priority-Executions(
	[Verbose: <true/false>]
);

This operation may be prefixed with Core::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Verbose logging
true/false
Verbose

Was this article helpful?