Libvirt Functions
PHP Manual

libvirt_domain_resume

(php-libvirt 0.1)

libvirt_domain_resumeResume an suspended domain

Description

bool libvirt_domain_resume ( resource $domain )

Resume an suspended domain, the process is restarted from the state where it was frozen by calling libvirt_domain_suspend(). This function may requires privileged access

Parameters

domain

Domain resource of domain to resume.You can get domain resource using various functions (i.e. libvirt_domain_lookup_by_uuid() or libvirt_list_domains()).

Return Values

TRUE on success and FALSE on failure

See Also


Libvirt Functions
PHP Manual