Name
action await sample, actionawaitsample, kPMActionActionAwaitSample — Wait for a sample to conclude.
Synopsis
action await sample structure { type, sample };
type : string, choice |
sample : sample structure
|
Description
Wait for a sample to conclude.
The next action will not be performed if and until the sample concludes successfully.
Fields
type. Type of action to perform.
type
is a string. type
must be await sample, kPMActionType_AwaitSample
.
sample. Sample to run to evaluate the environment.
sample
is a sample structure.