Updates the execution progress of the campaign.

API

int Iotc_CampaignSetExecutionProgress ( IotcSession * session, IotcCampaignId * campaignId, const char * progress )

Description

Sends a request to the server to update the execution progress of the campaign.

Parameters
in session

Is the connected session returned as part of Iotc_Init call.

in campaignId

Is the campaign identifier.

in progress

Is progress string to be sent to the server.

Returns
0 on success.