processActionResult element

Type: processActionResult
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <processActionResult> <workingDirectoryPresent>...</workingDirectoryPresent> <windows>...</windows> <success>...</success> <failureReason>...</failureReason> <uuid>...</uuid> </processActionResult>

Example JSON

{ "workingDirectoryPresent" : false, "windows" : false, "success" : false, "failureReason" : "...", "uuid" : "..." }