InterviewSolution
| 1. |
What Is A Blocks Characteristics? |
|
Answer» A block begins with the comment. In the VU language, a block begins like this: /* Start_Block "BlockName" */
start_time ["BlockName"] _fs_ts; Typically, the start_time emulation command is INSERTED after the first action, but with an argument to use a read-only variable that refers to the start of the first action.
http_header_recv ["BlockName002"] 200; When you end a block, command IDs are constructed as they were before you started the block. For example, if the last command ID before the block was Script025, the next command ID after the block will be Script026.
stop_time ["BlockName"]; /* Stop_Block */ A block begins with the comment. In the VU language, a block begins like this: /* Start_Block "BlockName" */ start_time ["BlockName"] _fs_ts; Typically, the start_time emulation command is inserted after the first action, but with an argument to use a read-only variable that refers to the start of the first action. http_header_recv ["BlockName002"] 200; When you end a block, command IDs are constructed as they were before you started the block. For example, if the last command ID before the block was Script025, the next command ID after the block will be Script026. stop_time ["BlockName"]; /* Stop_Block */ |
|