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 MaxTask to JSON.
JSON object
Static
createStatic
decodeDecodes a MaxTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
MaxTask
Static
decodeDecodes a MaxTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
MaxTask
Static
encodeStatic
encodeStatic
fromCreates a MaxTask message from a plain object. Also converts values to their respective internal types.
Plain object
MaxTask
Static
getGets the default type url for MaxTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from a MaxTask message. Also converts values to other types if specified.
MaxTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies a MaxTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
Returns the maximum value 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 maximum numerical result from 3 tasks.
Example: Returns the maximum numerical result from 3 jobs.