Skip to end of banner
Go to start of banner

changeSubtaskOrder

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 3.0.2.

Syntax

changeSubtaskOrder(subtaskKey, position)

Description

Changes subtask position.

Parameters

Parameter name

Type

Required

Description

subtaskKey

String

Yes

Key of the sub-task.

position

Number

Yes

Position of sub-task.

Return type

boolean (true/false)

A "true" return value means that the position of the sub-task was changed.

Example

return changeSubtaskOrder("TSTAG-5", 2);

Changes the position of sub-task TSTAG-5 to position 2.

See also

  • No labels