Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
LearningItemProgressStatus Enum
Represents the status of a user’s progress for a learning item in an Enablement
program.
Usage
To set the progress status in the sfdc_enablement.LearningEvaluationResult class, use this enum.
Enum Values
The following are the values for the sfdc_enablement.LearningItemProgressStatus enum.
| Value | Description |
|---|---|
| NotStarted | The user hasn't started the custom exercise. |
| InProgress | The user's custom exercise is in progress. |
| Completed | The user completed the custom exercise. |