Options
The behaviour of writeRecord calls on the IccJournal object.
The values can be combined in an integer by addition or bitwise
ORing.
- startIO
- Specifies that the output of the journal record is to be initiated immediately. If 'synchronous' is specified for a journal that is not frequently used, you should also specify 'startIO' to prevent the requesting task waiting for the journal buffer to be filled. If the journal is used frequently, startIO is unnecessary.
- noSuspend
- Specifies that the NOJBUFSP condition does not suspend an application program.
- synchronous
- Specifies that synchronous journal output is required. The requesting task waits until the record has been written.