From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- .../sym_isTimeLimitReached.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml (limited to 'help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml') diff --git a/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml b/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml new file mode 100644 index 0000000..42889de --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml @@ -0,0 +1,58 @@ + + + + + sym_isTimeLimitReached + To know whether the time limit was reached. + + + + Calling Sequence + sym_isTimeLimitReached() + + + + Description + + This post-solution query routine is used to learn whether the time limit was reached. + It prints whether or not the time limit was reached to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the time limit was reached or 0 if the time limit was not reached or -1 if there was an error. + + + + + Examples + + status=sym_isTimeLimitReached() + + + + + Authors + + + Sai Kiran Naragam + + + + + -- cgit