TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Operation.Test

Short Name:
  • class Operation.Test
Derived From:
Fields:

A background operation that emits a given number of ticks over a specified time interval, while doing nothing else.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
optional ticks number
# > 0
20

Total number of progress ticks.

optional sleep number
# > 0
50

Number of milliseconds to sleep before each tick.

optional fail bool  
false

Operation will fail?

optional name string  
'Test'

Name of the operation. If null, 'Test' will be used.