Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_VM_STOP_FLAGS Enumeration
PRL_VM Structs

Virtual machine shutdown options.

Syntax
typedef enum _PRL_VM_STOP_FLAGS {
  PSF_FORCE = 1<<(PACF_MAX+1),
  PSF_NOFORCE = 1<<(PACF_MAX+2)
} PRL_VM_STOP_FLAGS;
File

PrlCommandsFlags.h

Remarks

  • PSF_FORCE : forcibly stop the virtual machine if shutdown timed out.
  • PSF_NOFORCE : do nothing if the virtual machine shutdown timed out.

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.