Name
sample criterion equal, samplecriterionequal, kPMSampleCriterionSampleCriterionEqual — Judge the samples looking for a positive match.
Synopsis
sample criterion equal structure { value, result, type };
value : integer, default, optional |
result : boolean, default, optional |
type : string, choice, default |
Description
Judge the samples looking for a positive match.
Fields
value. Value to compare samples with.
value is an integer. If value is omitted, the default 0 is used. value is optional.
result. Result to publish, if criterion is met.
result is a boolean. If result is omitted, the default true is used. result is optional.
type. Type of criterion to apply.
type is a string. If type is omitted, the default equal is used. type must be equal, kPMSampleCriterionType_Equal.