-
Couldn't load subscription status.
- Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Example:
NEWEXECUTOR {
FOR iterate(INTEGER ii, 1, 10) DO NEWTHREAD NEWSESSION NEWSQL {
TRY {
NEW c = CustomUser {
login(c) <- 'admin';
APPLY;
printToLog('susccess');
}
IF canceled() THEN {
printToLog( CONCAT ' : ', 'MultiThread', 'CONSTRAINT', applyMessage());
}
}
CATCH {
printToLog(CONCAT ' : ', 'MultiThread', messageCaughtException());
}
}
} THREADS 10;
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
New