1# eTS Process Information 2 3 4 5### Introduction 6 7This sample shows how to obtain process information and start a child process to run a shell script in Extended TypeScript (eTS). With this sample, you can obtain the running time, obtain and change the working directory of a process, send a signal to a specific process, start or close a child process, and exit the current process. 8 9### Usage 10 11Touch buttons on the home page of the sample app to try the corresponding functions. 12 13 14 15### Constraints 16 17This sample can only be run on standard-system devices. 18