enum class PulseMethodCallMode_ t : uint32
{
// MPropertyFriendlyName = Wait For Completion
// MPropertyDescription = Synchronous - wait for the method to fully complete before returning
SYNC_ WAIT_ FOR_ COMPLETION = 0,
// MPropertyFriendlyName = Fire And Forget
// MPropertyDescription = Asynchronous - returns and continues despite the called method yielding
ASYNC_ FIRE_ AND_ FORGET = 1,
};