CA Service Management

 View Only

CA SDM::.SPEL::. is_client() 

Mar 03, 2017 12:59 PM

Overview

Returns a boolean indicating whether the application server running the function is running in client mode.

Usage

int is_client()

Results

1 / 0

Examples

    int zi_client;
    zi_client = is_client();
    printf("IS CLIENT? %d\n", zi_client);

 

Where can I find Spel functions documentation? 

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.