_TaskObject#

class ansys.fluent.core.datamodel_241.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].

CommandName(service, rules[, path])

Parameter CommandName of value type str.

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].

class AddChildAndUpdate(service, rules, command, path=None)

Bases: PyCommand

Command AddChildAndUpdate.

Parameters:
DeferUpdatebool
Returns:
bool
class AddChildToTask(service, rules, command, path=None)

Bases: PyCommand

Command AddChildToTask.

Returns:
bool
class Arguments(service, rules, path=None)

Bases: PyDictionary

Parameter Arguments of value type Dict[str, Any].

class CommandName(service, rules, path=None)

Bases: PyTextual

Parameter CommandName of value type str.

class Errors(service, rules, path=None)

Bases: PyTextual

Parameter Errors of value type List[str].

class Execute(service, rules, command, path=None)

Bases: PyCommand

Command Execute.

Parameters:
Forcebool
Returns:
bool
class ExecuteUpstreamNonExecutedAndThisTask(service, rules, command, path=None)

Bases: PyCommand

Command ExecuteUpstreamNonExecutedAndThisTask.

Returns:
bool
class ForceUptoDate(service, rules, command, path=None)

Bases: PyCommand

Command ForceUptoDate.

Returns:
bool
class GetNextPossibleTasks(service, rules, command, path=None)

Bases: PyCommand

Command GetNextPossibleTasks.

Returns:
bool
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.

Parameters:
CommandNamestr
Returns:
bool
class InsertCompoundChildTask(service, rules, command, path=None)

Bases: PyCommand

Command InsertCompoundChildTask.

Returns:
bool
class InsertNextTask(service, rules, command, path=None)

Bases: PyCommand

Command InsertNextTask.

Parameters:
CommandNamestr
Selectbool
Returns:
bool
class ObjectPath(service, rules, path=None)

Bases: PyTextual

Parameter ObjectPath of value type str.

class Rename(service, rules, command, path=None)

Bases: PyCommand

Command Rename.

Parameters:
NewNamestr
Returns:
bool
class Revert(service, rules, command, path=None)

Bases: PyCommand

Command Revert.

Returns:
bool
class SetAsCurrent(service, rules, command, path=None)

Bases: PyCommand

Command SetAsCurrent.

Returns:
bool
class State(service, rules, path=None)

Bases: PyTextual

Parameter State of value type str.

class TaskList(service, rules, path=None)

Bases: PyTextual

Parameter TaskList of value type List[str].

class TaskType(service, rules, path=None)

Bases: PyTextual

Parameter TaskType of value type str.

class UpdateChildTasks(service, rules, command, path=None)

Bases: PyCommand

Command UpdateChildTasks.

Parameters:
SetupTypeChangedbool
Returns:
bool
class Warnings(service, rules, path=None)

Bases: PyTextual

Parameter Warnings of value type List[str].