IncrementExecutionCount

Increments the execution count for a FIT script execution specification. Returns (Task)

Overview of IncrementExecutionCount goes here.

Name Description
item The execution spec to increment the count for

Increment Execution Count

Example in C#

// Returns: nothing
await client.IncrementExecutionCount(FitScriptExecSpecInfo item);