_TaskObject#
- class ansys.fluent.core.generated.datamodel_242.workflow.Root.TaskObject._TaskObject(service, rules, path)#
Bases:
PyMenu
Singleton _TaskObject.
Classes:
AddChildAndUpdate
(service, rules, command[, ...])Command AddChildAndUpdate.
AddChildToTask
(service, rules, command[, path])Command AddChildToTask.
Arguments
(service, rules[, path])Parameter Arguments of value type Dict[str, Any].
CheckPoint
(service, rules[, path])Parameter CheckPoint of value type str.
CommandName
(service, rules[, path])Parameter CommandName of value type str.
DisplayModel
(service, rules, command[, path])Command DisplayModel.
Errors
(service, rules[, path])Parameter Errors of value type List[str].
Execute
(service, rules, command[, path])Command Execute.
ExecuteUpstreamNonExecutedAndThisTask
(...[, ...])Command ExecuteUpstreamNonExecutedAndThisTask.
ForceUptoDate
(service, rules, command[, path])Command ForceUptoDate.
GetNextPossibleTasks
(service, rules, command)Command GetNextPossibleTasks.
InactiveTaskList
(service, rules[, path])Parameter InactiveTaskList of value type List[str].
InsertCompositeChildTask
(service, rules, command)Command InsertCompositeChildTask.
InsertCompoundChildTask
(service, rules, command)Command InsertCompoundChildTask.
InsertNextTask
(service, rules, command[, path])Command InsertNextTask.
ObjectPath
(service, rules[, path])Parameter ObjectPath of value type str.
Rename
(service, rules, command[, path])Command Rename.
Revert
(service, rules, command[, path])Command Revert.
SetAsCurrent
(service, rules, command[, path])Command SetAsCurrent.
State
(service, rules[, path])Parameter State of value type str.
TaskList
(service, rules[, path])Parameter TaskList of value type List[str].
TaskType
(service, rules[, path])Parameter TaskType of value type str.
UpdateChildTasks
(service, rules, command[, path])Command UpdateChildTasks.
Warnings
(service, rules[, path])Parameter Warnings of value type List[str].
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class AddChildAndUpdate(service, rules, command, path=None)#
Bases:
PyCommand
Command AddChildAndUpdate.
- class AddChildToTask(service, rules, command, path=None)#
Bases:
PyCommand
Command AddChildToTask.
- Returns:
- class Arguments(service, rules, path=None)#
Bases:
PyDictionary
Parameter Arguments of value type Dict[str, Any].
- class CheckPoint(service, rules, path=None)#
Bases:
PyTextual
Parameter CheckPoint of value type str.
- class CommandName(service, rules, path=None)#
Bases:
PyTextual
Parameter CommandName of value type str.
- class DisplayModel(service, rules, command, path=None)#
Bases:
PyCommand
Command DisplayModel.
- Returns:
- class ExecuteUpstreamNonExecutedAndThisTask(service, rules, command, path=None)#
Bases:
PyCommand
Command ExecuteUpstreamNonExecutedAndThisTask.
- Returns:
- class GetNextPossibleTasks(service, rules, command, path=None)#
Bases:
PyCommand
Command GetNextPossibleTasks.
- Returns:
- class InactiveTaskList(service, rules, path=None)#
Bases:
PyTextual
Parameter InactiveTaskList of value type List[str].
- class InsertCompositeChildTask(service, rules, command, path=None)#
Bases:
PyCommand
Command InsertCompositeChildTask.
- class InsertCompoundChildTask(service, rules, command, path=None)#
Bases:
PyCommand
Command InsertCompoundChildTask.
- Returns:
- class ObjectPath(service, rules, path=None)#
Bases:
PyTextual
Parameter ObjectPath of value type str.
- class SetAsCurrent(service, rules, command, path=None)#
Bases:
PyCommand
Command SetAsCurrent.
- Returns:
- class TaskList(service, rules, path=None)#
Bases:
PyTextual
Parameter TaskList of value type List[str].
- class UpdateChildTasks(service, rules, command, path=None)#
Bases:
PyCommand
Command UpdateChildTasks.
- class Warnings(service, rules, path=None)#
Bases:
PyTextual
Parameter Warnings of value type List[str].
- __init__(service, rules, path)#
__init__ method of PyMenu class.