pause(connection)
resume(connection)
BuildForge::Services::DBO::Engine
use BuildForge::Services;
$conn = new BuildForge::Services::Connection($hostname); $token = $conn->authUser($user, $pass); # Pausing / resuming the engine. BuildForge::Services::DBO::Engine->pause($conn); BuildForge::Services::DBO::Engine->resume($conn);
$conn->logout; $conn->close;
Engine allows you to pause and resume the operation of the BuildForge engine.
pause(connection)
Pauses the operation of the BuildForge engine.
A connected BuildForge::Services::Connection object.
resume(connection)
Resumes the operation of the BuildForge engine.
A connected BuildForge::Services::Connection object.
Copyright (c)2006-2007 International Business Machines, Inc. All rights reserved.