Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Core Functions)
(Process Functions)
Line 217: Line 217:
 
* [[Core Function Run|Run( <file>, <workdir>, <flag> )]] -- Runs an external program
 
* [[Core Function Run|Run( <file>, <workdir>, <flag> )]] -- Runs an external program
 
* [[Core Function RunWait|RunWait( <file>, <workdir>, <flag> )]] -- Runs an external program and waits until the program finishes
 
* [[Core Function RunWait|RunWait( <file>, <workdir>, <flag> )]] -- Runs an external program and waits until the program finishes
 +
* [[Core Function ProcessClose|ProcessClose( <pid/name> )]] -- Terminates a named process
 +
* [[Core Function ProcessExists|ProcessExists( <pid/name> )]] -- Checks to see if a specified process exists
  
 
==== File Functions ====
 
==== File Functions ====

Revision as of 21:40, 22 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox