From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- help/en_US/sym_isEnvActive.xml | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 help/en_US/sym_isEnvActive.xml (limited to 'help/en_US/sym_isEnvActive.xml') diff --git a/help/en_US/sym_isEnvActive.xml b/help/en_US/sym_isEnvActive.xml new file mode 100644 index 0000000..b47e28b --- /dev/null +++ b/help/en_US/sym_isEnvActive.xml @@ -0,0 +1,57 @@ + + + + + sym_isEnvActive + Check if Symphony environment is active + + + + Calling Sequence + sym_isEnvActive() + + + + Description + + Check if Symphony environment is active (open). Most Symphony functions will require the environment to be open. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 1 if the environment is active and 0 otherwise + + + + + Examples + + sym_isEnvActive() + + + + + Authors + + + Keyur Joshi + + + + + -- cgit