BuildForge::API::Engine
my $Engine = new BuildForge::API::Engine(); $Engine->Pause(); $Engine->Resume();
This class allows for very basic pause/resume control of the buildforge engine.
new()
Creates the object to allow control over the buildforge engine.
Pause()
Pauses the BuildForge engine, currently running builds will continue to completion however no newly queued builds will be allowed to start.
Resume()
Resumes the BuildForge engine.
BuildForge, Inc.