suspend


Description:

public bool suspend () throws Error

Suspends an active domain, the process is frozen without further access to CPU resources and I/O but the memory used by the domain at the hypervisor level will stay allocated.

Use resume to reactivate the domain.

Parameters:

this

the domain to suspend

Returns:

TRUE if domain was suspended successfully, FALSE otherwise.