Appearance
传达交互结果的组件。
表示一个任务的执行结果时使用。
type IStatusType = | 'success' | 'error' | 'initial' | 'warning' | 'waiting' | 'running' | 'invalid'