Examples of using Control is passed in English and their translations into Russian
{-}
-
Official
-
Colloquial
Control is passed to the special function start.
Inside start() execution control is passed to the operator.
The control is passed to block 9-10, and script completes its operations.
If the expression is false, the control is passed to the next operator.
Then the control is passed to the function body for it to execute its algorithm.
This is the end of the first iteration, the control is passed to test the Condition.
The control is passed to block 4-5, if the user has defined zero amount of lots.
If there are no contraindicatons of a general character, control is passed to order accounting block.
After program start control is passed to the block of preliminary processing.
After the number of lots for opening new orders is defined, control is passed to order opening block.
The control is passed to block 9-10(outside the cycle), and the program completes its operations.
After performing a branch"UI_COMPOSITOR_CONTEXT", the control is passed to a branch of"CONTEXT_TYPE_UNKNOWN.
In this case, the control is passed to block 8-9, where one or another message will be displayed, according to the order type.
When the loop is over, the special function start()finishes its execution and control is passed to the client terminal.
In this case, the control is passed to block 5-6, where the information about orders available at the current moment is updated.
Once the message about the error is displayed by the Inform()function, the control is passed to block 3-4, to the operator'switch.
And only if a new bar has been formed, control is passed to the next lines for the calculation of desired values what is required by the problem provisions.
If the contract text is not agreed then the subprocess initiates escalation event and the control is passed to the attached event.
Block 7-8 consists of the operator'switch', inside which the control is passed according to the value of the parameter Mess_Number specified in the function call.
If the trade request formed as a result of the execution of one of trade functions has turned out to be incorrect, the control is passed to the program.
After the last operator in the cycle body has been executed, the control is passed to the cycle operator header for testing the condition.
It means control is passed to the custom function for some time, but the custom function itself operates within a special function that has called it.
If the last tick that startedthe execution of start() has not form a new bar, control is passed to an operator that finishes the execution of start.
In such a case control is passed to'if'operator body, where the new opening time of the zero bar is remembered and the true value is assigned to New_Bar.
If the criterion is important that points out at the necessity to close market orders Buy, the control is passed to the mark'case 11' in block 3-4.
If all writings to the file are successfully performed then the control is passed to the file closing function FileClose() in block 7-8 after the execution of the"for" cycle is finished.
If the program finds at the execution of block 6-7 that the old-array order under check does not match in number with any orders from the new array, the control is passed to block 7-8.
Thus, in case of important criterion for buying, the control is passed to the mark'case 10'(block 2-3) during execution of the operator switch.
In this case, the control is passed to the second operator'switch', which is executed in order to inform the user that one or another critical error has occurred.
If the Check() function returns false as the result of checking,then the control is passed to the return operator and the special start() function finishes its working.