语法
成员
error PFCloudScriptFunctionExecutionError const*may be nullptr (可选)来自 CloudScript Azure Function 的错误。
executionTimeMilliseconds int32_t
函数执行所耗费的时间。
functionName const char*is null-terminated (可选)已执行函数的名称。
functionResult PFJsonObject
(可选)从函数返回的对象(若有)。
functionResultTooLarge bool const*may be nullptr (可选)指示 FunctionResult 是否因过大而随后从此事件中被丢弃的标志。
