| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

Process control functions

Filename: sflproc.h
Package: Standard Function Library (SFL)
Written: 1996/09/09 iMatix SFL project team sfl@imatix.com
Revised: 1999/10/17
Copyright: Copyright (c) 1996-2000 iMatix Corporation

Synopsis

Provides functions to create and manage processes. The main set of functions lets you create, monitor, and end processes. A secondary function lets you run the current process as a background process.

List of Functions

List of Symbol Definitions

sflproc.h defines these symbols, possibly conditionally:
Symbol: Defined as:
DOES_FULL_PROCESS TRUE
FILEHANDLE_MAX (various)
NULL_HANDLE -2 /* File handle set to nothing */
NULL_PROCESS (various)
PRIORITY_HIGH 2
PRIORITY_LOW 0
PRIORITY_NORMAL 1
PROCESS_DATA_INIT {
PROCESS_ENDED_ERROR 2
PROCESS_ENDED_OK 1
PROCESS_INTERRUPTED 3
PROCESS_RUNNING 0
SFLPROC_INCLUDED TRUE

List of Type Definitions

Type name: Defined as:
PROCESS pid_t

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation