This section contains an alphabetic listing of all Schedule+ Automation methods, their parameters, and the objects to which they apply.
Note Parameters to the methods in this section can be either named or supplied by position. If positional parameters are used, ensure that you replace unspecified string parameters with empty strings. For example:
objApplication.Logon "MyProfile", , True
should be specified as:
objApplication.Logon "MyProfile", "", True