functional overview
Execute another logic asynchronously.
Details of Functions
asynchronous processingThe process specified in the "asynchronous execution" section is executed asynchronously in a separate thread.
- attention (heed)
- Logic components that wait for a response from the user or for information to be retrieved from the device cannot be used within a new thread of control statements/asynchronous processing.
The target components are as follows -
Get control statement/timer status
Image/Stamp Image Composition
Dialog/Input
Dialog/Internal Browser Display
Dialog/Create New Mail
Dialog/Call
Dialog/Popup Choice (Fixed)
Dialog/Popup Choice (Database)
Message/message box display
Message/Waiting screen display (On)
File/image loading
File/PDF Viewing
Device/Battery level
Device/Charge Status
Devices / Signal Status
Device/Camera Activation
Device/Stamp Camera Activation
Device/QR code reading
Device/Video Playback
Device/NFC read
Device/NFC Write
Push notification/device ID acquisition
Push Notification/Local Device ID Acquisition
Proprietary/Script
Obtain proprietary/engine version name
About proprietary/library
- On Windows and iOS terminals, the following process cannot be used in a new thread of control statement/asynchronous processing execution. If used, it should be used within the main thread.
-
Device/latitude acquisition
Device/Longitude acquisition
- The following process cannot be used in a new thread of control statement/asynchronous processing execution on Android devices. If used, it should be used within the main thread.
- Clipboard/text acquisition
parameter
- argument (e.g. function, program, programme)
-
asynchronous processing Specifies a process to be executed asynchronously in a separate thread. parameter All Unifinity data types
asynchronous execution processSpecify the parameters to be passed to (additional argument)Thread. Specifies the thread that executes the process.
- main thread
- New Thread
- return value
- without
<次 0226_制御文/Unifinityアプリインポート(UAP)>