Skip to content

Commit d97544d

Browse files
committed
fixed type in SystemWorkerProperties constructor
1 parent 14aec64 commit d97544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Sources/Classes/SystemWorkerProperties.4dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class constructor($type : Text; $data : Object; $callback : 4D:C1709.Function; $callbackID : Text; $stopButton : Object)
1+
Class constructor($type : Text; $data : Object; $callback : 4D:C1709.Function; $callbackID : Text; $stopButton : Boolean)
22
This:C1470.type:=$type
33
This:C1470.encoding:="UTF-8"
44
This:C1470.dataType:="text"

0 commit comments

Comments
 (0)