mptGetFlowNames
mptGetFlowNames(
)
=> l_flowName
Description
Lists all available flow names that have been defined. It includes pre-defined and custom flow names.
Arguments
Values Returned
Example
mptGetFlowNames()
Available MPT flows:
FullyColoredAndLocked, PartiallyColored (pre-defined)
custom (user-defined)
("FullyColoredAndLocked" "PartiallyColored" "custom")
Return to top