-
Notifications
You must be signed in to change notification settings - Fork 3
Player command experimentResultInitialize
Petr Štechmüller edited this page Aug 29, 2020
·
1 revision
Description: initialization of experiment result structure
ExperimentResultInitializeCommand
class ExperimentResultInitializeHandler implements ICommandHandler<ExperimentResultInitializeCommand, void>
- PlayerService
- CommandBus
- EventBus
Name | Type | Mandatory |
---|---|---|
userID | number | true |
experimentID | number | true |
experimentStopCondition | ExperimentStopCondition | true |
experimentRepeat | number | true |
betweenExperimentInterval | number | true |
autoplay | boolean | true |
void
- AnotherExperimentResultIsInitializedException