iscConfigGetSubsSetStatus()

Purpose

iscConfigGetSubsSetStatus() gets the synchronization status of a subscription set.

Syntax

isy_INT32 iscConfigGetSubsSetStatus(
    HISCCONF    hConf,
    isy_TCHAR*  id);

Function arguments

Table 134 lists the valid arguments used with the iscConfigGetSubsSetStatus() function.

Table 134. iscConfigGetSubsSetStatus() arguments

Data type Argument Use Description
HISCCONF hConf input Config connection
isy_TCHAR* id input Subscription-set ID

Usage

Use iscConfigGetSubsSetStatus() to query the sync status of a subscription set (with the provided ID) during its last synchronization.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference