A list of subjobs to process and produce a list of result values.
A list of subtasks to process and produce a list of result values.
Converts this MeanTask to JSON.
JSON object
StaticcreateStaticdecodeDecodes a MeanTask message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
MeanTask
StaticdecodeDecodes a MeanTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
MeanTask
StaticencodeStaticencodeStaticfromCreates a MeanTask message from a plain object. Also converts values to their respective internal types.
Plain object
MeanTask
StaticgetGets the default type url for MeanTask
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from a MeanTask message. Also converts values to other types if specified.
MeanTask
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies a MeanTask message.
Plain object to verify
null if valid, otherwise the reason why it is not
Returns the mean (average) of all the results returned by the provided subtasks and subjobs. Nested tasks or jobs must return a Number.
Input: None
Returns: A numerical result.
Example: Returns the mean numerical result of 3 tasks.
Example: Returns the mean numerical result of 3 jobs.